projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed6fd57
)
(menu-set-font): Renamed x-font-dialog to x-select-font.
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 12 Jun 2008 15:30:04 +0000
(15:30 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 12 Jun 2008 15:30:04 +0000
(15:30 +0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 66793a4a805423c7304805b805772b6a58036d0d..aa7cd194acf034bd1e963546a0e6ad9f16dfd469 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-632,8
+632,8
@@
by \"Save Options\" in Custom buffers.")
(defun menu-set-font ()
"Interactively select a font and make it the default."
(interactive)
- (let ((font (if (functionp 'x-
font-dialog
)
- (x-
font-dialog
)
+ (let ((font (if (functionp 'x-
select-font
)
+ (x-
select-font
)
(mouse-select-font)))
spec)
(when font